home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / prazdroj / cz / flash_plave.swf / scripts / DefineButton2_13 / BUTTONCONDACTION on(press).as next >
Text File  |  2003-09-24  |  96b  |  7 lines

  1. on(press){
  2.    if(Math.abs(_root.speed) < _root.spmax)
  3.    {
  4.       _root.speed *= 2;
  5.    }
  6. }
  7.